home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
plant05
/
plant_1.pov
< prev
next >
Wrap
Text File
|
1993-10-07
|
422b
|
30 lines
// Persistence of Vision Raytracer v1.0
// Shape Test file
include "colors.inc"
camera {
location <0.0 13 -21 >
look_at <0 8 0>
}
object {
light_source { <40 100 -100>
color White
}
}
include "plant.inc"
composite{
plant
}
object { plane { <0.0 1.0 0.0> 0.0 }
texture {
color red 1 green 0.75 blue 0.3
ambient 0.3
diffuse 0.7
}
}